#include <mdaParameter.h>
Public Member Functions | |
BaseParameter (const TChar *title, const TChar *units, int32 stepCount, ParamValue defaultValueNormalized, int32 flags, int32 tag, UnitID unitID=kRootUnitId) | |
bool | fromString (const TChar *string, ParamValue &valueNormalized) const |
bool | setNormalized (ParamValue v) |
BaseParameter | ( | const TChar * | title, | |
const TChar * | units, | |||
int32 | stepCount, | |||
ParamValue | defaultValueNormalized, | |||
int32 | flags, | |||
int32 | tag, | |||
UnitID | unitID = kRootUnitId | |||
) |
bool fromString | ( | const TChar * | string, | |
ParamValue & | valueNormalized | |||
) | const [virtual] |
Reimplemented from Parameter.
Reimplemented in IndexedParameter, and ScaledParameter.
bool setNormalized | ( | ParamValue | v | ) | [virtual] |
Reimplemented from Parameter.